-
When running generators from the new CLI feature, they are not very random. Here is the output of calling "chance word" several times in a row:
vapik
teogefe
suvaflud
ut
gibgewuga
cim
gendadel
ate
r…
-
I have the following data function handler which is returning a JSON and I want to use it in the next part of my script, it is not working
```js
addDataFuncHandler("randomApplicantInformation",() …
-
Papers should be shuffled for each user independently. The shuffling should be random, but consistent. So everytime a user views a feed from a specific cycle they should get the same ordering. Differe…
-
Each user record should include a user specific random seed. The seed should be generated randomly when the profile is created, and saved with the user profile. The seed is not visible to the user and…
-
It mentions on the documentation page for Country: https://chancejs.com/location/country.html that `By default, returns only the 2 letter ISO 3166-1 code for the country.`, however in the code it cont…
-
In our unit and integration tests, we use http://chancejs.com a lot, for reasons of variation testing, data realism, and general amusement.
I'd like to see the same sort of support in Artillery so th…
-
There's a way to generate a random file of a given size (Byte)? Like
```
chance.file(1024) // 1024 byte size file
```
-
This affects chance 0.7.7 on Node.js.
To reproduce:
```
var Chance = require('chance');
function make() {
var chance = new Chance(34958);
chance.mixin({company: function() {return '' + chance.fi…
-
From commit a080037: Thought reloading of the page would ensure that the repaint is ensured after click of btn but turns out the layout and repaint is canceled if the page is reloaded. Solution may on…
-
# Outdated libraries
**THIS IS A WORK IN PROGRESS**
This issue is not concerned with upgrading major libraries, like React Native, but it's an initial attempt to investigate and upgrade some lib…