---
title: Number.Random – สุ่มเลข 0-1
url: https://www.thepexcel.com/functions/power-query/number-functions/number-random/
type: function-explainer
program: Power Query
syntax: Number.Random() as number
date: 2025-12-03
updated: 2025-12-17
scores:
  popularity: 5
  difficulty: 3
  usefulness: 5
---

# Number.Random – สุ่มเลข 0-1

> สุ่มเลข 0-1

## คำอธิบาย

สุ่มตัวเลขระหว่าง 0 ถึง 1

## Syntax

```excel
Number.Random() as number
```

## ตัวอย่าง

### 1. Random

```excel
Number.Random()
```

**ผลลัพธ์:** `0.123...`

ค่าสุ่มทศนิยม

## ฟังก์ชันที่เกี่ยวข้อง

- [Number.RandomBetween – สุ่มเลขในช่วง](https://www.thepexcel.com/functions/power-query/number-functions/number-randombetween/)
- [List.Random – สร้างรายการตัวเลขสุ่ม](https://www.thepexcel.com/functions/power-query/list-functions/list-random/)

## แหล่งข้อมูลเพิ่มเติม

- [PowerQuery.how](https://powerquery.how/number-random/) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/power-query/number-functions/number-random/](https://www.thepexcel.com/functions/power-query/number-functions/number-random/)_
