LoginSignup
1
1

More than 5 years have passed since last update.

Rantly(property based testing tool)でテストデータ生成 - float

Posted at

Rantly#float でランダムに浮動小数点数のデータを作ります

関連記事

tbpgr の rantly 関連記事

サンプル

Rantly(3){float}
# => [0.8244445374569535, 0.6365100379174634, 0.3248653262563964]
Rantly(3){float}
# => [0.06616341355233324, 0.502312989860315, 0.7295971014341072]

実装

Rantly#float の実装をみたら rand だけだった

Rantly#float の実装

外部資料

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1