You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd also need to make sure to use generator.random instead to Math.random, so that the Seeded option stays deterministic (and/or to keep control of randomness something entirely configurable).
avro-mock-generator/src/index.ts
Line 127 in a5430a5
namespaced[0] could be changed to something like (namespaced[Math.floor(Math.random()*namespaced.length)]) .
The text was updated successfully, but these errors were encountered: