Random content generator: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 39: Line 39:
* [https://fakerjs.dev/update.html An update from the Faker team | Faker] "Faker is a library that generates fake (but reasonable) data for you. Mock data. Data for testing, development, and the like." {{access | date = 2022-01-17}}
* [https://fakerjs.dev/update.html An update from the Faker team | Faker] "Faker is a library that generates fake (but reasonable) data for you. Mock data. Data for testing, development, and the like." {{access | date = 2022-01-17}}
* [https://github.com/fzaninotto/Faker fzaninotto/Faker: Faker is a PHP library that generates fake data for you]  {{access | date = 2021-11-20}} (archived by the owner)
* [https://github.com/fzaninotto/Faker fzaninotto/Faker: Faker is a PHP library that generates fake data for you]  {{access | date = 2021-11-20}} (archived by the owner)
* Software specified: Postman [https://learning.postman.com/docs/tests-and-scripts/write-scripts/variables-list/ Use dynamic variables to return randomly generated data | Postman Learning Center]
* [https://mockoon.com/ Create mock APIs in seconds with Mockoon] --> [https://mockoon.com/docs/latest/templating/overview/ Create dynamic responses with templating] {{access | date = 2025-02-27}}


== Further reading ==
== Further reading ==
Line 45: Line 47:
* [https://zh.wikipedia.org/zh-tw/%E6%A2%85%E6%A3%AE%E6%97%8B%E8%BD%AC%E7%AE%97%E6%B3%95 梅森旋轉算法 - 維基百科,自由的百科全書] ([https://en.wikipedia.org/wiki/Mersenne_Twister Mersenne Twister])
* [https://zh.wikipedia.org/zh-tw/%E6%A2%85%E6%A3%AE%E6%97%8B%E8%BD%AC%E7%AE%97%E6%B3%95 梅森旋轉算法 - 維基百科,自由的百科全書] ([https://en.wikipedia.org/wiki/Mersenne_Twister Mersenne Twister])


[[Category:Design]] [[Category:Tool]]
[[Category: Design]] [[Category: Tool]] [[Category: Testing]]

Latest revision as of 18:41, 27 February 2025

Lorem Ipsum 假文用途:(1)「讓設計師拿來做為填充版面的內容物」引用自MoreText.js、(2) 提供開發者界接 API 資料,以利測試。

Random text generator[edit]

假文產生器:

Random images generator[edit]

假圖產生器:

Random user photos generator[edit]

Image placeholder[edit]

Random number generator[edit]

Other resources[edit]

Further reading[edit]