Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- STM32F4
- 라즈베리파이
- uno
- Nginx
- rails
- BLE
- mqtt
- 개발환경
- python3
- Server
- java
- JSON
- ubuntu
- Android
- RUBY
- Arduino
- nano
- odroid-x2
- ruby on rails
- IOT
- flask
- Raspberry Pi
- 아두이노
- Beacon
- Python
- orange pi
- 오렌지파이
- dht11
- Raspberry Pi 3
- parser
Archives
- Today
- Total
목록Programming/Ruby (1)
[熱情]
ruby 랜덤 .. securerandom
securerandom # https://ruby-doc.org/stdlib-2.4.0/libdoc/securerandom/rdoc/SecureRandom.html # https://ruby-doc.org/stdlib-2.1.2/libdoc/securerandom/rdoc/SecureRandom.html#method-c-random_number require 'securerandom' p 'Generate random hexadecimal strings:' p SecureRandom.hex(8) p SecureRandom.hex(10) p SecureRandom.hex(16) p '-----------------------------------------' p 'Generate random base64 ..
Programming/Ruby
2017. 11. 1. 15:59