-
I regularly have the need for generating random integers with a minimum, maximum, or both. The current API of `jsc.integer` makes it easy to generate with an upper, or upper-and-lower bound, and the …
-
Necesitamos armar las listas de los datos reales para empezar a testear, primero deberíamos estipular cuales son los datos que vamos a presentar:
- Nombre
- Nacionalidad
- Edad (datos de la edad mas c…
-
Hey. Kudos for chancejs, I find it a great piece of software.
Still I have a question / remark regarding the implementation of `name` generation.
The following puzzled me a bit when writing test…
iilei updated
6 years ago
-
## Feature Request
The randexp seems like an unmaintained repo. It's using CJS that is bad for dead code elimination. Also has some old dependencies that also seems to be unmaintained.
https://githu…
EloB updated
2 months ago
-
The library chance.js supports passing parameters to certain types as documented in http://chancejs.com/.
For instance, it's possible to ask for an integer between say 1 and 100.
Is it possible …
-
Added spanish firstnames (male and female)
-
i'd like this...
- register number of calls
``` javascript
sequoia.person({name: "akari":, age: 13})
sequoia.person({name: "mako", age: 17, call_to_times: 5})
> {name: "mako", age: 17}
> {name: "akar…
-
Sometimes it would be beneficial to generate test cases dynamically. Consider for example zip code ranges or numbers 1 to 100. Need to r&d an API to simplify that.
-
The homepage [chancejs.com#seed](http://chancejs.com/#seed) indicates that it is possible to add multiple arguments as the seed.
But the following statements all yield the same result:
```js
Ch…
-
- [x] Check changing type of object
- [x] Add binding to attack parameters
- [x] Add to default button
- [x] Log monkey attack error on monkey attack component
- [x] Create-accept seed value
- [x] Sto…