Skip to content
#

fake-data

Here are 205 public repositories matching this topic...

简单易用的随机数据生成器。生成各种比较真实的假数据。一般用于开发和测试阶段的数据填充模拟。支持各类中国特色本地化的数据格式。An easy-to use random data generator. Generally used for data filling, simulation, demonstration and other scenarios in the development and test phase.

  • Updated Jul 9, 2022
  • Java
kindaro
kindaro commented Mar 20, 2021

Currently, the value of the deterministic generator is nailed down in FakerSettings. It is used in the function [generateWithSettings].

I propose that this function checks if:

  • A certain environment variable is set.
  • It parses to a number.
  • The value of the generator in the given settings is default.
  • The mode of generation is deterministic.

— And if all are true, the value of th

good first issue

Improve this page

Add a description, image, and links to the fake-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fake-data topic, visit your repo's landing page and select "manage topics."

Learn more