tessl install tessl/npm-ulid@3.0.0A universally-unique, lexicographically-sortable, identifier generator
Agent Success
Agent success rate when using this tile
78%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.34x
Baseline
Agent success rate without this tile
58%
{
"context": "This criteria evaluates how well the engineer understands and uses the ulid package's detectPRNG function to automatically detect and utilize the appropriate random number generator for the environment. The focus is on proper usage of the detectPRNG API and integration of the returned PRNG function.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Uses detectPRNG",
"description": "Code imports and calls the detectPRNG function from the ulid package",
"max_score": 40
},
{
"name": "Stores PRNG result",
"description": "Code captures the PRNG function returned by detectPRNG and stores it in a variable for use",
"max_score": 20
},
{
"name": "Calls PRNG function",
"description": "Code invokes the PRNG function (returned from detectPRNG) to generate random values",
"max_score": 25
},
{
"name": "Generates multiple samples",
"description": "Code uses the PRNG function in a loop or repeated manner to generate the requested number of samples",
"max_score": 15
}
]
}